Autogenerated HTML docs for v1.7.0-rc1-28-g4b7ac
diff --git a/git-config.html b/git-config.html index 7860f2b..e37e648 100644 --- a/git-config.html +++ b/git-config.html
@@ -1319,6 +1319,22 @@ <div class="para"><p>Common unit suffixes of <em>k</em>, <em>m</em>, or <em>g</em> are supported.</p></div> </dd> <dt> +core.bigFileThreshold +</dt> +<dd> +<p> + Files larger than this size are stored deflated, without + attempting delta compression. Storing large files without + delta compression avoids excessive memory usage, at the + slight expense of increased disk usage. +</p> +<div class="para"><p>Default is 512 MiB on all platforms. This should be reasonable +for most projects as source code and other text files can still +be delta compressed, but larger binary media files won't be.</p></div> +<div class="para"><p>Common unit suffixes of <em>k</em>, <em>m</em>, or <em>g</em> are supported.</p></div> +<div class="para"><p>Currently only <a href="git-fast-import.html">git-fast-import(1)</a> honors this setting.</p></div> +</dd> +<dt> core.excludesfile </dt> <dd> @@ -3699,7 +3715,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-01-24 20:06:01 UTC +Last updated 2010-02-03 07:34:35 UTC </div> </div> </body>